mouseControl
Type
function
Summary
Returns the number of the control the mouse pointer is over.
Syntax
the mouseControl
mouseControl()
Description
Use the mouseControl function to change the stack's behavior depending on what control the mouse is over, or to perform some action on the control the mouse is over.
The control number returned in the mouseControl function is the same as the control's layer property.
If the mouse is not over a control, the mouseControl function returns empty.
If the mouse button is down, the mouseControl function returns the control that was clicked, even if the mouse has moved to another control.
If the mouse is over a graphic that is not selected, its interior is considered to be within the graphic only if the graphic's filled property is true. If the graphic's filled is false and the graphic is not selected, the mouseControl returns the graphic's number only if the mouse is over the graphic's border.
Examples
the mouseControl
if the number of the mouseControl is 2 then set the cursor to hand
Related
function: within, mouseCharChunk
glossary: property, mouse pointer, return
keyword: string, control, graphic
message: mouseEnter, mouseLeave
control structure: function
Compatibility and Support
Introduced
LiveCode 1.0
OS
mac
windows
linux
ios
android
Platforms
desktop
server
mobile